The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "data::dump::streamer"

Data::Dump::Streamer - Accurately serialize a data structure as Perl code. River stage two • 22 direct dependents • 90 total dependents

Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The contents of each variable is output using the least number of Perl statements as convenient, usually only one. Self-refe...

YVES/Data-Dump-Streamer-2.42 - 21 Feb 2023 03:08:06 UTC - Search in distribution

Shell::Perl::Dumper - Dumpers for Shell::Perl River stage one • 1 direct dependent • 2 total dependents

In "pirl", the result of the evaluation is transformed into a string to be printed. As this result may be a pretty complex data structure, the shell provides a hook for you to pretty-print these answers just the way you want. By default, "pirl" will ...

FERREIRA/Shell-Perl-0.004 - 03 May 2017 00:31:20 UTC - Search in distribution

Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC - Search in distribution

JE - Pure-Perl ECMAScript (JavaScript) Engine River stage two • 6 direct dependents • 10 total dependents

JE, short for JavaScript::Engine (imaginative, isn't it?), is a pure-Perl JavaScript engine. Here are some of its strengths: - Easy to install (no C compiler necessary*) - The parser can be extended/customised to support extra (or fewer) language fea...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC - Search in distribution

perl5220delta - what is new for perl v5.22.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.20.0 release and the 5.22.0 release. If you are upgrading from an earlier release such as 5.18.0, first read perl5200delta, which describes differences between 5.18.0 and 5.20.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

DBM::Deep - A pure perl multi-level hash/array DBM that supports transactions River stage two • 13 direct dependents • 75 total dependents

A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, cross-platform FTPable files, ACID transactions, and is quite fast. Can handle millions of keys...

DCANTRELL/DBM-Deep-2.0019 - 12 Nov 2023 15:30:15 UTC - Search in distribution

FSA::Rules - Build simple rules-based state machines in Perl River stage one • 1 direct dependent • 1 total dependent

This class implements a simple state machine pattern, allowing you to quickly build rules-based state machines in Perl. As a simple implementation of a powerful concept, it differs slightly from an ideal DFA model in that it does not enforce a single...

DWHEELER/FSA-Rules-0.35 - 16 Mar 2015 16:04:53 UTC - Search in distribution

Perl::Dist::WiX - 4th generation Win32 Perl distribution builder River stage one • 1 direct dependent • 1 total dependent

This package is the upgrade to Perl::Dist based on Windows Installer XML technology, instead of Inno Setup. Perl distributions built with this module have the option of being created as Windows Installer databases (otherwise known as .msi files)...

CSJEWELL/Perl-Dist-WiX-1.500002 - 05 Jun 2011 12:35:20 UTC - Search in distribution

Hash::AutoHash - Object-oriented access to real and tied hashes River stage one • 3 direct dependents • 5 total dependents

This is yet another module that lets you access or change the elements of a hash using methods with the same name as the element's key. It follows in the footsteps of Hash::AsObject, Hash::Inflator, Data::OpenStruct::Deep, Object::AutoAccessor, and p...

NATG/Hash-AutoHash-1.17 - 06 Oct 2013 00:27:24 UTC - Search in distribution

PadWalker - play with other peoples' lexical variables River stage four • 96 direct dependents • 1135 total dependents

PadWalker is a module which allows you to inspect (and even change!) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call. PadWalker is particularly useful for debugging. ...

ROBIN/PadWalker-2.5 - 27 Sep 2020 12:36:18 UTC - Search in distribution

Class::InsideOut - a safe, simple inside-out object construction kit River stage two • 20 direct dependents • 51 total dependents

This is a simple, safe and streamlined toolkit for building inside-out objects. Unlike most other inside-out object building modules already on CPAN, this module aims for minimalism and robustness: * Does not require derived classes to subclass it * ...

DAGOLDEN/Class-InsideOut-1.14 - 02 Apr 2017 17:53:38 UTC - Search in distribution

Data::Sync - A simple metadirectory/datapump module River stage zero No dependents

NB: 0.07 is an interim release - the next version will contain significant changes, including changes to the UI. Data::Sync is a simple metadirectory/data pump module. It automates a number of the common tasks required when writing code to migrate/sy...

CCOLBOURN/Data-Sync-0.08 - 26 Feb 2006 14:46:21 UTC - Search in distribution

Data::Peek - A collection of low-level debug facilities River stage two • 4 direct dependents • 27 total dependents

Data::Peek started off as "DDumper" being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible. DDumper ...

HMBRAND/Data-Peek-0.52 - 03 Jan 2023 12:10:46 UTC - Search in distribution

Test::Aggregate - Aggregate *.t tests to make them run faster. River stage one • 4 direct dependents • 5 total dependents

WARNING: this is ALPHA code. The interface is not guaranteed to be stable. Further, check out Test::Aggregate::Nested (included with this distribution). It's a more robust implementation which does not have the same limitations as "Test::Aggregate". ...

RWSTAUNER/Test-Aggregate-0.375 - 28 Jan 2017 23:59:09 UTC - Search in distribution

Sub::Compose River stage zero No dependents

The compose() function takes any number of subroutine references and creates a new subroutine reference from them that * Executes the code from the 1st with the parameters passed in * Executes the code from (N+1)th with the return value from the Nth....

RKINYON/Sub-Compose-0.01 - 21 Jan 2006 19:11:39 UTC - Search in distribution

Argon::Client - Client-side connection class for Argon systems River stage zero No dependents

Provides the client connection to an Argon network....

JEFFOBER/Argon-0.18 - 14 Nov 2017 12:39:05 UTC - Search in distribution

Test::Struct - Perl extension for testing for structural equivelence. River stage zero No dependents

Test::Struct is used for doing deep structural comparisons of two objects. The module contains only one subrotuine which is intended to be used as a mix-in with other more generic Test::Builder derived modules like Test::More or Test::Simple. The cod...

YVES/Test-Struct-0.01 - 03 Jul 2005 16:12:56 UTC - Search in distribution

Tie::Hash::DBD - tie a plain hash to a database table River stage zero No dependents

This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...

HMBRAND/Tie-Hash-DBD-0.24 - 06 Jan 2023 14:38:35 UTC - Search in distribution

Store::Opaque - Opaque objects to prevent accidental Dumping or appearance in stack traces River stage zero No dependents

Before you go any further, please do realize that this module is not directly about security in the sense of preventing malicious action! It's about preventing mistakes that could turn out to be a security or compliance issue. Consider that you have ...

SMUELLER/Store-Opaque-0.03 - 08 Nov 2011 10:03:37 UTC - Search in distribution

Object::Deadly - An object that dies whenever examined River stage zero No dependents

This object is meant to be used in testing. All possible overloading and method calls die. You can pass this object into methods which are not supposed to accidentally trigger any potentially overloading. This problem arose when testing Data::Dump::S...

JJORE/Object-Deadly-0.09 - 25 Sep 2006 05:39:20 UTC - Search in distribution
34 results (0.07 seconds)